diff options
author | Bram Wasti <bwasti@fb.com> | 2016-12-29 15:27:24 -0500 |
---|---|---|
committer | Bram Wasti <bwasti@fb.com> | 2016-12-29 15:27:24 -0500 |
commit | f89340502c39044e54c5406d9bdc8a67a2a8d357 (patch) | |
tree | 163c67103242cb711572af089e71ebfea1dca7f3 /.travis.yml | |
parent | fc750ae32d014e0ceb4bc949b37762b4bc7dad54 (diff) | |
download | pytorch-f89340502c39044e54c5406d9bdc8a67a2a8d357.tar.gz pytorch-f89340502c39044e54c5406d9bdc8a67a2a8d357.tar.bz2 pytorch-f89340502c39044e54c5406d9bdc8a67a2a8d357.zip |
set distro earlier on in the travis configuration file
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 9ceef1b307..4ff8c76f60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +distro: trusty sudo: required language: cpp addons: @@ -8,15 +9,12 @@ addons: matrix: include: - os: linux - distro: trusty compiler: gcc env: COMPILER=g++-4.8 - os: linux - distro: trusty compiler: gcc env: COMPILER=g++-4.9 - os: linux - distro: trusty compiler: gcc env: COMPILER=g++-5 - os: osx |