From 29c37fb53e92a430e09e1b27c932443de83bffbf Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 28 May 2016 14:52:25 +0800 Subject: [PATCH] fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5cc38f8..5071b56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ dist: trusty branches: only: - - dev + - master install: - pip install -r requirements.txt