Skip to content

Commit a657877

Browse files
author
Simon Hofmann
committed
Reverted most of the changes to the initial setup
1 parent 25aabd2 commit a657877

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
language: cpp
1+
sudo: false
2+
language: node_js
23
cache: npm
34

45
matrix:
@@ -32,10 +33,6 @@ addons:
3233
- gcc-4.8
3334

3435
before_install:
35-
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh
36-
- nvm install $node_js
37-
- PATH=$PATH:`pwd`/node_modules/.bin
38-
3936
- node --version
4037
- npm --version
4138

0 commit comments

Comments
 (0)