Skip to content

Commit

Permalink
Workaround travis_wait problem with docker runs
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Apr 17, 2018
1 parent 9fd008f commit 5f67726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ script:

before_deploy:
- cross build --package roseline_launch --release --target $TARGET
- travis_wait 50 cross build --package roseline --release --target $TARGET
- travis_wait 40 sleep infinity & 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 5f67726

Please sign in to comment.