Browse Source

.travis.yml: update to match main repo

master
Vítor Galvão 8 years ago
parent
commit
78d1e06f92
  1. 6
      .travis.yml

6
.travis.yml

@ -7,9 +7,6 @@ matrix:
- os: osx
osx_image: xcode8.2
rvm: system
- os: osx
osx_image: xcode7.3
rvm: system
fast_finish: true
branches:
@ -22,9 +19,6 @@ cache:
install: true # skip install step
before_install: set -e # REMOVE AFTER EL CAPITAN IS NO LONGER NEEDED
after_script: set +e # REMOVE AFTER EL CAPITAN IS NO LONGER NEEDED
before_script:
- . ci/travis/before_script.sh

Loading…
Cancel
Save