From b6eb82675bbda31ffbf73a33e0bc23be09e1da06 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c936bf7e..507fd0a77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ os: linux dist: trusty sudo: required -before_install: +before_install: - sudo apt-get install -y git reprepro devscripts debhelper libsoap-lite-perl libdbi-perl quilt openssh-server dpkg looptools genometools software-properties-common - perl -v - echo "yes" | sudo cpan -f -i Capture::Tiny -script: +script: - echo $TRAVIS_BUILD_ID - echo $TRAVIS_EVENT_TYPE - echo $TRAVIS_BUILD_NUMBER