Skip to content

Commit ba75afd

Browse files
committed
travis; show bash/ruby versions
1 parent 2ee8394 commit ba75afd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bin/checkBash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
echo bash
5+
echo bash $BASH_VERSION
66
cd out/bash
77
bash -n *.sh
88
cd ../..

bin/checkRuby.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/sh
22

3+
set -e
4+
5+
ruby --version
6+
37
echo sinatra
48
cd out/sinatra
59
ruby -c *.rb

0 commit comments

Comments
 (0)