Skip to content

Commit

Permalink
try travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Apr 16, 2018
1 parent 0499016 commit 9fd008f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ script:

before_deploy:
- cross build --package roseline_launch --release --target $TARGET
- cross build --package utils --release --target $TARGET
- cross build --package db --release --target $TARGET
- cross build --package actors --release --target $TARGET
- cross build --package roseline --release --target $TARGET
- travis_wait 50 cross build --package roseline --release --target $TARGET
- cross build --package roseline-web --release --target $TARGET
- zip "$PROJECT_NAME-$TRAVIS_TAG-$TARGET.zip" -j target/$TARGET/release/roseline roseline.toml target/$TARGET/release/roseline-web target/$TARGET/release/roseline_launch

Expand Down

0 comments on commit 9fd008f

Please sign in to comment.