Fixed SRC_DIR env var for travis

This commit is contained in:
Kearwood Kip Gilbert
2019-01-11 16:28:53 -08:00
parent b8c47f895e
commit a21b1d2c99

View File

@@ -19,6 +19,7 @@ matrix:
# Build steps
script:
- export SRC_DIR="`pwd`"
- $CXX --version
- cmake --version
- mkdir "$TRAVIS_BUILD_DIR/build"