mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:11:17 +01:00
Yet another attempt at the build matrix.
This commit is contained in:
parent
3485b7bfb0
commit
0700e5b05b
1 changed files with 15 additions and 5 deletions
20
.travis.yml
20
.travis.yml
|
@ -3,14 +3,24 @@ addons:
|
||||||
firefox: latest
|
firefox: latest
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- os: linux
|
||||||
|
node_js: "4"
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CXX=g++-4.8
|
env: CXX=g++-4.8
|
||||||
|
node_js: "5"
|
||||||
|
- os: linux
|
||||||
|
node_js: "6"
|
||||||
|
- os: linux
|
||||||
|
env: CXX=g++-4.8
|
||||||
|
node_js: "7"
|
||||||
- os: osx
|
- os: osx
|
||||||
node_js:
|
node_js: "4"
|
||||||
- "4"
|
- os: osx
|
||||||
- "5"
|
node_js: "5"
|
||||||
- "6"
|
- os: osx
|
||||||
- "7"
|
node_js: "6"
|
||||||
|
- os: osx
|
||||||
|
node_js: "7"
|
||||||
before_install:
|
before_install:
|
||||||
- export CHROME_BIN=chromium-browser
|
- export CHROME_BIN=chromium-browser
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
|
|
Loading…
Reference in a new issue