Skip to content

Commit

Permalink
dont leave stage to avoid downloading dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
carocad committed Oct 9, 2019
1 parent 4c97f93 commit 3e1a0f6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ jdk:

jobs:
include:
- stage: JvmTests
- stage: Tests
script:
- lein do clean, compile, check, eastwood
- lein trampoline test

- stage: JsTests
script:
- nvm install 10.10 && nvm use 10.10
- lein trampoline cljsbuild test
- nvm install 10.10 && nvm use 10.10 && lein trampoline cljsbuild test

- stage: Benchmark
if: branch = master
Expand Down

0 comments on commit 3e1a0f6

Please sign in to comment.