Skip to content

Commit

Permalink
fixup! Travis: do not use stages, but two script invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 4, 2017
1 parent c0b51d8 commit f4da88a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ language: generic
services:
- docker

script: |
make test_quick
make test
script:
- make test_quick
- make test

0 comments on commit f4da88a

Please sign in to comment.