Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
- update CI config to use latest npm (npx)
  • Loading branch information
Ffloriel committed Jul 31, 2017
1 parent 4a2a34d commit 0459d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- "7"
- "7"
before_install:
- npm i -g npm@5.3.0
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ machine:
version: 6.11.0
dependencies:
override:
- npm i npm
- npm i

0 comments on commit 0459d0b

Please sign in to comment.