You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by ja...@apache.org on 2016/07/28 14:37:39 UTC

[1/2] climate git commit: CLIMATE-833 - Update travis.yml to use smoke tests

Repository: climate
Updated Branches:
  refs/heads/master 4dee551fa -> 70cd2b500


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/master
Commit: 78216499e413a43813267a25b212b463296568ca
Parents: b5f9358
Author: Ibrahim Jarif <ja...@gmail.com>
Authored: Wed Jul 27 19:38:30 2016 +0530
Committer: Ibrahim Jarif <ja...@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


[2/2] climate git commit: Merge branch 'CLIMATE-833'

Posted by ja...@apache.org.
Merge branch 'CLIMATE-833'


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/70cd2b50
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/70cd2b50
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/70cd2b50

Branch: refs/heads/master
Commit: 70cd2b5006d1b0dfe1ff97f1cb2913c3d4ad913e
Parents: 4dee551 7821649
Author: Ibrahim Jarif <ja...@gmail.com>
Authored: Thu Jul 28 20:07:04 2016 +0530
Committer: Ibrahim Jarif <ja...@gmail.com>
Committed: Thu Jul 28 20:07:04 2016 +0530

----------------------------------------------------------------------
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------