瀏覽代碼

Run python-build tests as `script` on travis-ci

pull/113/head
Yamashita Yuu 10 年之前
父節點
當前提交
715a7789ba
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      .travis.yml

+ 1
- 3
.travis.yml 查看文件

@ -1,7 +1,5 @@
install: git clone https://github.com/sstephenson/bats.git
script: bats/bin/bats --tap test
after_script:
- bats/bin/bats --tap plugins/python-build/test
script: bats/bin/bats --tap test plugins/python-build/test
language: c
notifications:
email:

Loading…
取消
儲存