Skip to content

Commit

Permalink
Fix the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
erbridge committed Apr 25, 2015
1 parent 331b8ac commit 2862cd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ os:
- osx
- linux

sudo: required

language: go

go: 1.4

install:
- ./tasks/general/ci/install.sh
- ./tasks/general/ci/install.sh github.com/limetext/lime-html/main

script:
- ./tasks/general/ci/run_tests.sh main
Expand Down
2 changes: 1 addition & 1 deletion tasks/general
4 changes: 0 additions & 4 deletions tasks/local/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

source "$(dirname -- "$0")/../../general/ci/setup.sh"

fold_start "get" "get dependencies"
go get github.com/limetext/lime-html/main/...
fold_end "get"

ret=0

fold_start "build" "build"
Expand Down

0 comments on commit 2862cd3

Please sign in to comment.