Skip to content

Commit 33343e6

Browse files
committed
Struggling with TravisCI
1 parent 18d4d3e commit 33343e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ python:
33
- 2.7
44
- 3.4
55
before_install:
6-
- nvm install 4.0
7-
- npm install node-sass postcss-cli autoprefixer
8-
- npm install browserify babelify babel-preset-es2015
6+
- nvm install 6.0
7+
- npm install
98
install:
109
- pip install -e .[test]
1110
script:

0 commit comments

Comments
 (0)