Simplify Travis CI setup
This commit is contained in:
parent
9e702a1141
commit
83fa63923f
1 changed files with 1 additions and 15 deletions
16
.travis.yml
16
.travis.yml
|
@ -1,21 +1,7 @@
|
|||
language: node_js
|
||||
|
||||
dist: bionic
|
||||
node_js:
|
||||
- '10.13.0'
|
||||
- '10'
|
||||
- '12'
|
||||
- 'node'
|
||||
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y libgif-dev
|
||||
|
|
Loading…
Reference in a new issue