From 0cf4665d3aa748edd52c17bf9f7e7993e9e407ee Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 2 Nov 2015 11:52:42 +0800 Subject: [PATCH] travis: add dummy script --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1b3d9ab16..4b094bc04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,8 @@ install: - "conda index /home/travis/miniconda/conda-bld/linux-64" - "conda build --python 3.5 conda/misoc" - "conda install $(conda build --output --python 3.5 conda/misoc)" +script: + - true after_success: - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then anaconda login --hostname $(hostname) --username $binstar_login --password $binstar_password; fi