mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-23 01:30:01 +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
|
||||
- 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:
|
||||
- npm i
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user