enable builds on master

This commit is contained in:
Jorge Aparicio 2018-08-27 14:45:43 +02:00
parent 2b6b513b89
commit c9c5ade132
2 changed files with 4 additions and 1 deletions

View file

@ -33,6 +33,7 @@ after_script: set +e
branches:
only:
- master
- staging
- trying

View file

@ -18,4 +18,6 @@ main() {
cargo check --target $TARGET --examples
}
if [ $TRAVIS_BRANCH != master ]; then
main
fi