From a58626009fab01fdbe63cacd8ac346c9af7e7e41 Mon Sep 17 00:00:00 2001 From: Daniel Lin Date: Mon, 24 Dec 2018 00:56:15 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e8b0af..0859c2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,11 @@ before_install: - git clone https://github.com/lxn/walk.git - cd $GOPATH/src/github.com/lxn/walk - rm window.go - - ls - mkdir -p $GOPATH/src/github.com/tinycedar - cd $GOPATH/src/github.com/tinycedar - git clone https://github.com/tinycedar/walk.git - cp $GOPATH/src/github.com/tinycedar/walk/window.go $GOPATH/src/github.com/lxn/walk - cd $GOPATH/src/github.com/lxn/walk - - ls install: - go get gopkg.in/Knetic/govaluate.v3 - go get github.com/lxn/win