projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2559aa3
)
Fix travis
author
Chocobozzz
<florian.bigard@gmail.com>
Fri, 7 Oct 2016 13:00:20 +0000
(15:00 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Fri, 7 Oct 2016 13:00:20 +0000
(15:00 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index efd74b847c7bb509e81dd93283e48c9653036802..b7193f8a3cd432a133152283b5819d40ebb95535 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-4,6
+4,16
@@
node_js:
- "4.5"
- "6.6"
+env:
+ - CXX=g++-4.8
+
+addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - g++-4.8
+
sudo: false
services: