Skip to content

Commit

Permalink
Revert "Travis: Temporarily turn off the node.js 12 build"
Browse files Browse the repository at this point in the history
This reverts commit 82c668e.
  • Loading branch information
papandreou committed Aug 4, 2019
1 parent 24f4c85 commit 2bebfe7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -3,11 +3,11 @@ services:
language: node_js
cache:
directories:
- node_modules
- node_modules
node_js:
- '8'
- '10'
- '11'
- "8"
- "10"
- "node"

addons:
apt:
Expand All @@ -17,7 +17,7 @@ addons:
env: CXX="g++-4.8" CC="gcc-4.8"

before_script:
- sudo pip install fonttools brotli zopfli
- sudo pip install fonttools brotli zopfli

script: 'npm install && npm run-script travis'
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
script: "npm install && npm run-script travis"
after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit 2bebfe7

Please sign in to comment.