mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 06:50:25 +01:00
Fixed matrix typo.
This commit is contained in:
parent
c71c50a729
commit
3485b7bfb0
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
addons:
|
addons:
|
||||||
firefox: latest
|
firefox: latest
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
matrix:
|
matrix:
|
||||||
- include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CXX=g++-4.8
|
env: CXX=g++-4.8
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
Loading…
Reference in a new issue