Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
fix(build): Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
ONiebsch committed Jun 1, 2017
1 parent 9989609 commit bd38d62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@ sudo: required
dist: trusty
language: node_js
node_js:
- "4.4"
- "4.5"
- "4"
- "5.0"
- "5"
- "6"
- "7"
- "8"
- "stable"
env:
- NPM_VERSION=3
- NPM_VERSION=4
before_install:
- npm install -g npm@$NPM_VERSION
before_script:
- npm install
- npm run clean
- npm run build
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
Expand Down
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ environment:
- NPM_VERSION: "3"
- NPM_VERSION: "4"
# node.js
- NODE_VERSION: "4.4"
- NODE_VERSION: "4.5"
- NODE_VERSION: "4"
- NODE_VERSION: "5.0"
- NODE_VERSION: "5"
- NODE_VERSION: "6"
- NODE_VERSION: "7"
- NODE_VERSION: "8"
- NODE_VERSION: "stable"

platform:
Expand Down

0 comments on commit bd38d62

Please sign in to comment.