Skip to content

Commit f0352f6

Browse files
committed
remove npm steps from travis
pip install runs these steps
1 parent b55f68e commit f0352f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ before_install:
2626
- nvm install 5.6
2727
- nvm use 5.6
2828
- npm upgrade -g npm
29-
- npm install && npm run bower
29+
- npm install
3030
- 'if [[ $GROUP == js* ]]; then npm install -g [email protected]; fi'
3131
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
3232

3333
install:
34-
- npm run build
3534
- pip install -f travis-wheels/wheelhouse file://$PWD#egg=notebook[test]
3635

3736
script:

0 commit comments

Comments
 (0)