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

Commit

Permalink
Introduce yarn and upgrade package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
armandabric committed Mar 28, 2017
1 parent 2c3b596 commit 4171a19
Show file tree
Hide file tree
Showing 3 changed files with 498 additions and 16 deletions.
20 changes: 6 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
language: node_js

node_js:
- "5.7"
- "5.6"
- "5.5"
- "5.4"
- "5.3"
- "5.2"
- "5.1"
- "5.0"
- "4.2"
- "0.12"
- "0.11"
- "0.10"
- "7"
- "6"
- "5"
- "4"

notifications:
email:
Expand All @@ -22,7 +14,7 @@ notifications:
on_failure: change

before_script:
- npm install
- yarn install --pure-install

script:
- npm test
- yarn run test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"uglifycss": "~0.0.20"
},
"devDependencies": {
"mocha": "~2.4.5",
"should": "~8.2.2"
"mocha": "^3.2.0",
"should": "^11.2.1"
}
}
Loading

0 comments on commit 4171a19

Please sign in to comment.