Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Moved wait to the right line
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickSkowronek committed Apr 16, 2018
1 parent c181b90 commit 88bf20a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ install:
- npm install
- npm prune # remove not (anymore) in package.json required packages (to keep the cache clean)
- cd ..
- travis_wait 30 mvn install

script:
# check for versions
Expand All @@ -79,7 +78,7 @@ script:
- npm run e2e # run end-to-end-tests
- sed -i 's/$TRAVIS_COMMIT/'$TRAVIS_COMMIT'/' src/app/shared/services/raven-error-handler.service.ts
- cd ../..
- .travis/build-fe.sh # build in prod mode
- travis_wait 30 .travis/build-fe.sh # build in prod mode

after_script:
# send required files to coveralls.io
Expand Down

0 comments on commit 88bf20a

Please sign in to comment.