Skip to content

Commit

Permalink
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 Jul 23, 2018
1 parent 58e55fe commit 6afaf1d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ language: generic
services:
- docker

jobs:
include:
- stage: test_quick
script: make test_quick
- stage: test
script: make test
script:
- make test_quick
- make test

0 comments on commit 6afaf1d

Please sign in to comment.