Skip to content

Commit 15c3597

Browse files
committed
fix for Travis CI
1 parent bd453e1 commit 15c3597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ language: c
33
before_install:
44
sudo ln -s /usr/bin/make /usr/bin/gmake
55

6-
script: ./runtests.sh
6+
script: ./runtests.bash

runtests.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd ..
88
cp plugins/percolator/libctrpercolator.so mods/percolator/libctrpercolator.so
99

1010
make clean;
11-
./mk.sh
11+
./mk.bash
1212

1313
./ctr -c /tmp/dynamic_module.ast tests/assets/asset_mod_for_ast.ctr
1414

0 commit comments

Comments
 (0)