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

Commit

Permalink
Merge pull request #13 from rezzza/feature/introduce-yarn
Browse files Browse the repository at this point in the history
Introduce yarn and upgrade package dependencies
  • Loading branch information
shouze authored Mar 28, 2017
2 parents 2c3b596 + 5d19da7 commit 37d79be
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 19 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
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

0 comments on commit 37d79be

Please sign in to comment.