Skip to content

Commit

Permalink
Try to compile just once in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Mar 27, 2020
1 parent 0db9495 commit 1f6618f
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 @@ -3,7 +3,7 @@ group: beta
language: ruby

script:
- bundle exec rake compile || bundle exec rake compile
- bundle exec rake compile
- bundle exec rake test
- ITER=10 bundle exec rake bench:all
os:
Expand Down

0 comments on commit 1f6618f

Please sign in to comment.