Skip to content

Commit

Permalink
Update ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Jan 26, 2020
1 parent b7cb66a commit c5f1ee5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ language: node_js
node_js:
- '12'
- '10'
before_script:
- npm install -g gulp
- gulp lint
before_script: npm run lint
after_success: npm run coveralls
dependencies:
post:
Expand Down

0 comments on commit c5f1ee5

Please sign in to comment.