Skip to content

Commit

Permalink
Refining the travis linux build to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorxsound committed Feb 11, 2018
1 parent 8ddafc4 commit d524466
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ matrix:
- g++-4.8
- cmake
- cmake-data
# - libblas-dev
# - liblapack-dev
# - binutils
# - libx11-dev
# - mesa-common-dev
# - libgl1-mesa-dev
# - libglu1-mesa-dev
# - libxrandr-dev
# - libxi-dev
# - libxmu-dev
# - libblas-dev
# - xorg-dev
- libblas-dev
- liblapack-dev
- binutils
- libx11-dev
- mesa-common-dev
- libgl1-mesa-dev
- libglu1-mesa-dev
- libxrandr-dev
- libxi-dev
- libxmu-dev
- libblas-dev
- xorg-dev
- os: osx
compiler: clang
script:
Expand Down

0 comments on commit d524466

Please sign in to comment.