mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 06:20:29 +01:00
Moved linux env into matrix.
This commit is contained in:
parent
44e4ae3740
commit
2651ab891d
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,9 +1,11 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
addons:
|
addons:
|
||||||
firefox: latest
|
firefox: latest
|
||||||
os:
|
matrix:
|
||||||
- linux
|
- include:
|
||||||
- osx
|
- os: linux
|
||||||
|
env: CXX=g++-4.8
|
||||||
|
- os: osx
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
- "4"
|
||||||
- "5"
|
- "5"
|
||||||
|
@ -21,8 +23,6 @@ script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm run lint-styles
|
- npm run lint-styles
|
||||||
- npm run test
|
- npm run test
|
||||||
env:
|
|
||||||
- CXX=g++-4.8
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Reference in a new issue