Skip to content

Commit

Permalink
Switch to Trusty builds
Browse files Browse the repository at this point in the history
These have libgeos already installed.
  • Loading branch information
orangejulius committed May 8, 2016
1 parent b9582c7 commit 721bc59
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
@@ -1,4 +1,6 @@
language: node_js
sudo: required
dist: trusty

node_js:
- '0.10'
Expand All @@ -7,6 +9,9 @@ node_js:
- '5.10'
- '6.0'

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libgeos-dev
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

0 comments on commit 721bc59

Please sign in to comment.