CLIMATE-833 - Update travis.yml to use smoke tests
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/78216499 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/78216499 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/78216499 Branch: refs/heads/CLIMATE-825 Commit: 78216499e413a43813267a25b212b463296568ca Parents: b5f9358 Author: Ibrahim Jarif <jarifibra...@gmail.com> Authored: Wed Jul 27 19:38:30 2016 +0530 Committer: Ibrahim Jarif <jarifibra...@gmail.com> Committed: Wed Jul 27 19:44:23 2016 +0530 ---------------------------------------------------------------------- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/78216499/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index dca9987..d8acac9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ install: - source easy-ocw/install-ubuntu.sh - pip install python-coveralls script: - - nosetests --with-coverage --cover-package=ocw --nocapture -v + - chmod a+x test.sh + - ./test.sh after_script: - coveralls