ソースを参照

Merge pull request #359 from infosiftr/update-travis

Travis Needs Love Too (TNLT)
yosifkit 11 年 前
コミット
7cd65360c1
1 ファイル変更2 行追加2 行削除
  1. 2 2
      bashbrew/travis.sh

+ 2 - 2
bashbrew/travis.sh

@@ -33,5 +33,5 @@ fi
 # TODO that will change eventually!
 
 set -x
-./build.sh --no-build "${repos[@]}"
-./push.sh --no-push "${repos[@]}"
+./bashbrew.sh build --no-build "${repos[@]}"
+./bashbrew.sh push --no-push "${repos[@]}"