mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 16:01:15 +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
|
||||
addons:
|
||||
firefox: latest
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
matrix:
|
||||
- include:
|
||||
- os: linux
|
||||
env: CXX=g++-4.8
|
||||
- os: osx
|
||||
node_js:
|
||||
- "4"
|
||||
- "5"
|
||||
|
@ -21,8 +23,6 @@ script:
|
|||
- npm run lint
|
||||
- npm run lint-styles
|
||||
- npm run test
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
|
Loading…
Reference in a new issue