Skip to content

Commit

Permalink
Add test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jul 3, 2018
1 parent f1b1ced commit 7ac7423
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ cache:
install:
- yarn install --ignore-engines

before_script:
- yarn lint

script:
- yarn build

jobs:
include:
- stage: test
script:
- yarn lint
- stage: npm release
script:
- yarn build
before_deploy:
- cd dist
deploy:
Expand All @@ -33,6 +32,8 @@ jobs:
tags: true
repo: shipshapecode/shepherd
- stage: gh-pages release
script:
- yarn build
deploy:
provider: pages
skip-cleanup: true
Expand Down

0 comments on commit 7ac7423

Please sign in to comment.