From 715a7789ba07166ca2c049a5a298381cbc38b434 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 6 Feb 2014 12:26:48 +0900 Subject: [PATCH] Run python-build tests as `script` on travis-ci --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 147aef64..46f4fc37 100644 --- a/.travis.yml +++ b/.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: