Skip to content

Commit

Permalink
Update Travis Configuration (#226)
Browse files Browse the repository at this point in the history
- update travis configuration
- update node-sass to 4.12 for node 12 support
- remove package-lock.json
  • Loading branch information
madoar authored Aug 10, 2019
1 parent 4ce92b1 commit 4eac379
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13,175 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ branches:
- develop

node_js:
- "12"
- "11"
- "10"
- "9"
- "8"

jobs:
include:
- stage: Coverage
node_js: "10"
node_js: "12"
script: npm test
after_success:
- npm install -g codacy-coverage
- codacy-coverage < coverage/lcov.info
- stage: Build
node_js: "10"
node_js: "12"
script: npm run build
Loading

0 comments on commit 4eac379

Please sign in to comment.