Revision e5902e0658e478cf392e6a61eb57883d17250709 authored by Mark Mossberg on 22 February 2018, 20:34:41 UTC, committed by Mark Mossberg on 22 February 2018, 20:34:41 UTC
1 parent aae8f8e
Raw File
.travis.yml
branches:
  only:
  - master
  - /^(?!wip-).+$/
language: python
cache:
  pip: true
  directories:
  - $HOME/virtualenv/python2.7.13/lib/python2.7/site-packages
  - $HOME/virtualenv/python2.7.13/bin/
dist: trusty
sudo: required
os:
- linux
python:
- 2.7.13
install:
- scripts/travis_install.sh
script:
- scripts/travis_test.sh
back to top