We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075ce79 commit a8e4e76Copy full SHA for a8e4e76
.travis.yml
@@ -1,3 +1,5 @@
1
+sudo: true
2
+
3
env:
4
matrix:
5
- export NODE_VERSION="6" CC=clang CXX=clang++ npm_config_clang=1
@@ -14,6 +16,7 @@ git:
14
16
compiler: clang
15
17
18
before_install:
19
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p; fi
20
- git clone https://github.com/creationix/nvm.git ./.nvm
21
- source ./.nvm/nvm.sh
22
- nvm install $NODE_VERSION
0 commit comments