Skip to content

Commit

Permalink
restore tests runs
Browse files Browse the repository at this point in the history
  • Loading branch information
syarra committed Nov 12, 2017
1 parent 8d8d8ff commit 3744e88
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ script:

# change to the current directory
- cd $CURRENT_DIR
- echo $GIT_BRANCH

# launch the tests
# - bash .ci/runtests.sh
- bash .ci/runtests.sh

after_success:
- if [ "$MATLAB_VER" == "R2016b" ]; then
Expand All @@ -21,9 +21,6 @@ after_success:
pip install --upgrade --user -r docs/requirements.txt;
export here=`pwd`;
python ~/github_stats.py $here/docs/source/list_contributors.rst;
<<<<<<< HEAD
=======
python -c "from documenter.deploy import Documentation; doc = Documentation('github.com/opencobra/cobratoolbox', local_upstream='$here', ci='jenkins', latest='documentation', latest_dir='unstable'); doc.deploy()";
>>>>>>> build doc in unstable folder
python -c "from documenter.deploy import Documentation; doc = Documentation('github.com/opencobra/cobratoolbox', local_upstream='$here', ci='jenkins'); doc.deploy()";
fi
fi

0 comments on commit 3744e88

Please sign in to comment.