Skip to content

Commit

Permalink
chore(~): bump to Node 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Nov 3, 2015
1 parent 9818a2f commit de2adea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ env:
- BROWSER=firefox
- NODE_ENV=test
node_js:
- "4"
- "5"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- 'npm install -g npm@latest'
- 'npm install -g gulp'
script:
- npm run ci:code-review
Expand Down
5 changes: 1 addition & 4 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
machine:
node:
version: '4'
version: '5'
notify:
webhooks:
- url: https://webhooks.gitter.im/e/ba1b37fc12942c2430c9
dependencies:
pre:
- npm install -g npm@latest
test:
override:
- rm -rf dist
Expand Down

0 comments on commit de2adea

Please sign in to comment.