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 c6269f6 commit c60d2c1Copy full SHA for c60d2c1
1 file changed
.travis.yml
@@ -1,5 +1,9 @@
1
# Install GCC 4.8 for C++11 support.
2
before_install:
3
+ - git clone https://github.com/creationix/nvm.git ./.nvm
4
+ - source ./.nvm/nvm.sh
5
+ - nvm install $NODE_VERSION
6
+ - nvm use $NODE_VERSION
7
- "sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test"
8
- "sudo apt-get -qq update"
9
- "sudo apt-get -qq install g++-4.8"
0 commit comments