Skip to content
Snippets Groups Projects
Commit 597ba7fc authored by inso's avatar inso
Browse files

Fix .travis.yml

parent 767bd54f
No related branches found
No related tags found
No related merge requests found
sudo: true
# fully specify builds, include can't dynamically expand matrix entries
# relative order of sudo and env is important so that addons: is recognized
- os: linux
dist: trusty
sudo: required
env: TARGET="linux"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
matrix: matrix:
include: include:
- os: osx - os: osx
- os: linux - os: linux
dist: trusty dist: trusty
- os: linux
sudo: false
cache:
directories:
- ~/.pyenv
env: env:
- PYENV_PYTHON_VERSION=3.5.0 - PYENV_PYTHON_VERSION=3.5.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment