Skip to content

Commit

Permalink
Corrected travis yaml config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed May 16, 2020
1 parent 229fcdd commit d05dadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
script: yarn run lint
- stage: unittest
os: osx
script: yarn run unit
script: yarn run unit
- os: linux
script: yarn run unit
script: yarn run unit
- stage: unittestandcoverage
allow_failures:
- os: linux
Expand Down

0 comments on commit d05dadd

Please sign in to comment.