Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c0750d0cded591bfb2aa0a9ef730e4dbfcbb14c8
Authored by
Jarryd Beck
2016-08-28 13:05:55 +1000
1 parent
bef3e67c
try osx again
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
.travis.yml
.travis.yml
View file @
c0750d0
1
1
sudo: required
2
2
dist: trusty
3
3
language: cpp
4
+os:
5
+ - osx
6
+env:
7
+ - COMPILER=$CXX
4
8
matrix:
5
9
include:
6
10
- os: linux
...
...