Skip to content

Commit 03b510a

Browse files
committed
[travis-ci] add back build
1 parent 82b77a1 commit 03b510a

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
@@ -48,7 +48,7 @@ script:
4848
- make test
4949
- export CXX=$(command -v g++-4.8 >/dev/null 2>&1; if [ $? -eq 1 ]; then printf "g++"; else printf "g++-4.8"; fi)
5050
- $CXX --version
51-
- echo make html
51+
- make html
5252
matrix:
5353
allow_failures:
5454
- os: osx

0 commit comments

Comments
 (0)