Skip to content

Commit 4633341

Browse files
committed
Update build dependencies for linux
1 parent 56acfe9 commit 4633341

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ node_js:
33
- 'stable'
44

55
before_install: cd tests
6-
install: npm install
6+
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
711
script: npm test

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Place your settings in this file to overwrite default and user settings.
2+
{
3+
"editor.insertSpaces": true
4+
}

0 commit comments

Comments
 (0)