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

Introduce yarn and upgrade package dependencies #13

Merged
merged 1 commit into from
Mar 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"homepage": "https://github.com/rezzza/gulp-uglifycss",
"dependencies": {
"gulp-util": "~3.0.7",
"through2": "~2.0.1",
"uglifycss": "~0.0.20"
"gulp-util": "^3.0.8",
"through2": "^2.0.3",
"uglifycss": "^0.0.25"
},
"devDependencies": {
"mocha": "~2.4.5",
"should": "~8.2.2"
"mocha": "^3.2.0",
"should": "^11.2.1"
}
}
Loading