Skip to content

Commit

Permalink
fix(pencil): travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
larowlan committed Apr 10, 2020
1 parent b3f144d commit 2998c0a
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 @@ -3,14 +3,14 @@ cache: npm
notifications:
email: false
node_js:
- 10.0.0
- 10
- 12
- node
install:
- npm install
script:
- npm run lint
- npx run test
- npm run test
branches:
only:
- master
Expand Down

0 comments on commit 2998c0a

Please sign in to comment.