This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
TicketingSystem
mirror of
https://github.com/binhonglee/TicketingSystem
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
changed env for macOS
Fixing-travis-yml
BinHong Lee
7 years ago
parent
f3258f3e13
commit
c22c393f9d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -16,7 +16,7 @@ matrix:
- os: osx
osx_image: xcode8
env:
- MATRIX_EVAL="brew install gcc && CC=gcc-6 && CXX=g++-6"
- MATRIX_EVAL="brew
cask uninstall oclint && brew
install gcc
@6
&& CC=gcc-6 && CXX=g++-6"
before_install:
- eval "${MATRIX_EVAL}"
Write
Preview
Loading…
Cancel
Save