Skip to content

Commit

Permalink
.travis.yml: Include check-generated-code test
Browse files Browse the repository at this point in the history
also reformulated slightly.
  • Loading branch information
lukego committed Jul 8, 2017
1 parent 2cf9924 commit 9fe3967
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: nix
sudo: false
env:
- test=test-O3
- test=test-O2
- test=test-O1
- test=test-nojit
- nix-build -A test-O3
- nix-build -A test-O2
- nix-build -A test-O1
- nix-build -A test-nojit
- nix-build -A check-generated-code --arg check true
script:
- nix-build -A $test
- $test

0 comments on commit 9fe3967

Please sign in to comment.