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
defb7c8d77f24053958df6ff648c7a3d02031696
Authored by
Jarryd Beck
2016-08-26 08:24:55 +1000
1 parent
55bfe49a
try osx build
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
.travis.yml
.travis.yml
View file @
defb7c8
1
1
sudo: required
2
2
dist: trusty
3
-language: generic
3
+language: c++
4
+os:
5
+ - linux
6
+ - osx
4
7
matrix:
5
8
include:
6
9
- os: linux
...
...