mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Add travis compiler addons
This commit is contained in:
parent
4ee1b0ddf9
commit
de1bd04bfc
@ -1,6 +1,12 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
env:
|
env:
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.8
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-4.8
|
||||||
node_js:
|
node_js:
|
||||||
- "5.1"
|
- "5.1"
|
||||||
- "4.2"
|
- "4.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user