git ssb

0+

wanderer🌟 / js-primea-wasm-container



Commit 75d8db3eb791e02b7b4ca1ad095b54b4518ab75d

updated travis

wanderer committed on 6/5/2017, 7:52:38 PM
Parent: 444032803bb59b83f42898273553f89b6894eb76

Files changed

.travis.ymlchanged
.travis.ymlView
@@ -1,10 +1,18 @@
11 language: node_js
22 node_js:
33 - "8"
44 env:
5+ global:
6+ - CXX=g++-4.8
57 matrix:
68 - TEST_SUITE=test
9+addons:
10+ apt:
11+ sources:
12+ - ubuntu-toolchain-r-test
13+ packages:
14+ - g++-4.8
715 matrix:
816 fast_finish: true
917 include:
1018 - os: linux

Built with git-ssb-web