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 56acfe9 commit 4633341Copy full SHA for 4633341
.travis.yml
@@ -3,5 +3,9 @@ node_js:
3
- 'stable'
4
5
before_install: cd tests
6
-install: npm install
+install:
7
+ -sudo add-apt-repository ppa:ubuntu-toolchain-r/test
8
+ -sudo apt-get update
9
+ -sudo apt-get install build-essential gcc-4.9 python2.7
10
+ -npm install
11
script: npm test
.vscode/settings.json
@@ -0,0 +1,4 @@
1
+// Place your settings in this file to overwrite default and user settings.
2
+{
+ "editor.insertSpaces": true
+}
0 commit comments