Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #169 from johnjbarton/node-version
Browse files Browse the repository at this point in the history
chore(ci): run tests on modern node engines
  • Loading branch information
kalamcs committed Jan 23, 2020
2 parents a1b7fa6 + c7d3de5 commit 76dbfd0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
@@ -1,14 +1,11 @@
sudo: false
language: node_js
node_js:
- 4
- 6
- stable
- 8
- 10

# Make sure we have new npm on Node 0.10.
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm config set loglevel warn

before_script:
- npm install -g grunt-cli
Expand Down

0 comments on commit 76dbfd0

Please sign in to comment.