Skip to content

Commit a0dda34

Browse files
committed
Update .travis.yml
- Install astyle - automate_bindings.py -> automate_bindings.sh
1 parent 9401c45 commit a0dda34

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ before_script:
3333
- sudo apt-get install --yes valgrind
3434
- luarocks install busted
3535
- luarocks install luasocket
36+
- git clone https://github.com/starius/config
37+
- ./config/.bin/install-astyle
3638

3739
script:
3840
- export LD_PRELOAD=/lib/x86_64-linux-gnu/libpthread.so.0
@@ -44,7 +46,7 @@ script:
4446
# catch errors in automate_bindings.py, but all the errors in
4547
# `after_success` sections are ignored by the worker.
4648
- coveralls --include src
47-
- ./tools/automate_bindings.py --bind /usr/include/Wt/WText
49+
- ./tools/automate_bindings.sh --bind /usr/include/Wt/WText
4850
- mv src/luawt/WText.cpp src/luawt/WText.cpp.orig
49-
- ./tools/automate_bindings.py --bind /usr/include/Wt/WText --blacklist tools/blacklist_test.yaml --module-only
51+
- ./tools/automate_bindings.sh --bind /usr/include/Wt/WText --blacklist tools/blacklist_test.yaml --module-only
5052
- "! cmp src/luawt/WText.cpp src/luawt/WText.cpp.orig"

0 commit comments

Comments
 (0)