mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
enable builds on master
This commit is contained in:
parent
2b6b513b89
commit
c9c5ade132
2 changed files with 4 additions and 1 deletions
|
@ -33,6 +33,7 @@ after_script: set +e
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
- master
|
||||||
- staging
|
- staging
|
||||||
- trying
|
- trying
|
||||||
|
|
||||||
|
|
|
@ -18,4 +18,6 @@ main() {
|
||||||
cargo check --target $TARGET --examples
|
cargo check --target $TARGET --examples
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
if [ $TRAVIS_BRANCH != master ]; then
|
||||||
|
main
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue