Browse Source

.travis.yml: update to match main repo

master
Vítor Galvão 8 years ago
parent
commit
faef13bc6d
  1. 3
      .travis.yml

3
.travis.yml

@ -22,6 +22,9 @@ 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