浏览代码

Travis Needs Love Too (TNLT)

Tianon Gravi 11 年之前
父节点
当前提交
a1c9df9ecc
共有 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[@]}"