Skip to content

Commit

Permalink
Merge pull request #205 from opcm/older-compiler-in-travis-CI
Browse files Browse the repository at this point in the history
try older compiler in travis CI
  • Loading branch information
opcm authored May 29, 2020
2 parents 483b1ce + c183078 commit 6ba8d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: cpp

dist: xenial
dist: trusty

script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd MacMSRDriver && make kext library && cd ..; fi
- g++ --version
- make install prefix=.

os:
Expand Down

0 comments on commit 6ba8d85

Please sign in to comment.