Skip to content

Commit

Permalink
in travis, build for osx also
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunn2001 committed Aug 10, 2015
1 parent 585446e commit 84f679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ install:
- export PATH=/usr/local/bin:/usr/bin:${PATH}
- echo ${CXX}
- ${CXX} --version
- which valgrind
addons:
apt:
sources:
Expand All @@ -29,6 +28,7 @@ addons:
- valgrind
os:
- linux
- osx
language: cpp
compiler:
- gcc
Expand Down

0 comments on commit 84f679f

Please sign in to comment.