From 59f3c6d882f536f5b881358072dfd65f6e3c3cf2 Mon Sep 17 00:00:00 2001 From: Matthew Gidden Date: Thu, 23 Apr 2015 15:04:32 -0500 Subject: [PATCH] removed testing-specific repo and branch info --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 54cdd1f8ad..6a126fed6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,8 @@ install: - conda info -a # install cyclus - - git clone https://github.com/gidden/cyclus ../cyclus + - git clone https://github.com/cyclus/cyclus ../cyclus - cd ../cyclus - - git checkout origin/travis - ./.travis-install.sh - cd ../cycamore