Skip to content

Commit 47c5883

Browse files
authored
Merge pull request #73 from cginternals/add_execution_bit_for_travis_yml
Add execution bit for .travis.yml (refs #71)
2 parents 1a1b13b + 264468b commit 47c5883

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ matrix:
5252

5353
before_script:
5454
- eval "${MATRIX_EVAL}"
55+
- chmod +x ./configure
5556
- ./configure
5657
- ./configure $CMAKE_CONFIGURATION
5758

5859
script:
5960
- cmake --build $BUILD_DIR
6061
- cmake --build $BUILD_DIR --target test
62+

0 commit comments

Comments
 (0)