Skip to content

Commit

Permalink
Change order, add stage test
Browse files Browse the repository at this point in the history
  • Loading branch information
unoebauer committed Aug 30, 2018
1 parent f0c7f0e commit 93116c0
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
stages:
- test
- integration

jobs:
include:
- stage: integration
script:
- echo $COMPILER
os:
- linux
language: python
Expand Down Expand Up @@ -105,3 +96,15 @@ after_success:

after_failure:
- cat /home/travis/.pip/pip.log


stages:
- test
- integration

jobs:
include:
- stage: test
- stage: integration
script:
- echo $COMPILER

0 comments on commit 93116c0

Please sign in to comment.