Skip to content

Commit

Permalink
ci: corrected syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Nov 6, 2018
1 parent 09246aa commit fb2fcbe
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 @@ -35,18 +35,18 @@ jobs:
script:
- yarn
os: osx
- os: linux
- os: linux
- stage: lint
script:
- yarn run lint
os: osx
- os: linux
- os: linux
- stage: unittest
script:
- yarn run clean
- yarn run unit
os: osx
- os: linux
- os: linux
- stage: unittestandcoverage
# only allow failures when not in a critical branch (ie: master, tag)
allow_failures:
Expand Down

0 comments on commit fb2fcbe

Please sign in to comment.