Skip to content

Commit 2103a27

Browse files
committed
init submodules travis ci
1 parent bb3f3db commit 2103a27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ compiler:
1515
- gcc
1616

1717
install:
18-
- if [ "$CXX" = "g++" ]; then export CXX="g++-5"; fi
18+
- if [ "$CXX" = "g++" ]; then export CXX="g++-5"; fi
19+
- git submodule update --init
1920

2021
script:
2122
- $CXX --version

0 commit comments

Comments
 (0)