Skip to content

Commit 84f679f

Browse files
committed
in travis, build for osx also
1 parent 585446e commit 84f679f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ install:
1717
- export PATH=/usr/local/bin:/usr/bin:${PATH}
1818
- echo ${CXX}
1919
- ${CXX} --version
20-
- which valgrind
2120
addons:
2221
apt:
2322
sources:
@@ -29,6 +28,7 @@ addons:
2928
- valgrind
3029
os:
3130
- linux
31+
- osx
3232
language: cpp
3333
compiler:
3434
- gcc

0 commit comments

Comments
 (0)