Skip to content

Commit

Permalink
Revert "[tools] Fix travis workflow by using npm link for dev branches"
Browse files Browse the repository at this point in the history
This reverts commit 7a00e17.
  • Loading branch information
tonyganch committed Jul 11, 2016
1 parent 87412dd commit bc9ca2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
language: node_js

node_js:
- "iojs"
- "0.10"
- "0.11"
- "0.12"
- "1.8"
- "2.5"
- "3.3"
- "4.2"

before_install:
- ./scripts/beforeinstall.sh

matrix:
allow_failures:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"scripts": {
"build": "./scripts/build.sh",
"coverage": "./scripts/coverage.sh",
"postinstall": "./scripts/postinstall.sh",
"test": "./scripts/build.sh && ./scripts/test.sh",
"watch": "./scripts/watch.sh"
}
Expand Down
6 changes: 0 additions & 6 deletions scripts/beforeinstall.sh

This file was deleted.

1 change: 1 addition & 0 deletions scripts/postinstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cd ./node_modules/csscomb-core && npm i && npm run build && cd -

0 comments on commit bc9ca2c

Please sign in to comment.