mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-10 21:16:32 +01:00
travis tweaks
This commit is contained in:
parent
d2dc2ae96b
commit
12966f3ef1
16
.travis.yml
16
.travis.yml
@ -6,6 +6,22 @@ cache:
|
|||||||
- node_modules
|
- node_modules
|
||||||
- public
|
- public
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CXX=g++-4.8
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- gcc-4.8
|
||||||
|
- g++-4.8
|
||||||
|
- clang
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm i
|
- npm i
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user