.travis.yml 165 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 # Travis CI script language: c env: - BUILD_TYPE=default - BUILD_TYPE=qt-android # Build and check this project according to the BUILD_TYPE script: ./ci_build.sh