Skip to content

Commit

Permalink
Update to go1.5.1 with vendor support.
Browse files Browse the repository at this point in the history
  • Loading branch information
erbridge committed Sep 24, 2015
1 parent 33e8bf3 commit 8eadf5b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
*.sublime-project
*.sublime-workspace

vendor/
main/main
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@ os:
- osx
- linux

sudo: required
sudo: false

language: go

go: 1.4
go: 1.5.1

addons:
apt:
sources:
- deadsnakes
packages:
- libonig-dev
- python3.5
- python3.5-dev

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

script:
- ./tasks/general/ci/run_tests.sh main
Expand Down
10 changes: 10 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package: github.com/limetext/lime-html
import:
- package: github.com/limetext/lime-backend
ref: 2c5030159bc2d5743904274e45c3cd0563dcc184
- package: github.com/limetext/log4go
ref: 2aba105a605a9ebe476f35d7610704e4e723d4ab
- package: github.com/limetext/text
ref: d6b8f8c60fe38232a5b59388bbba0f3802c182e9
- package: golang.org/x/net
ref: 03affa02f16950ea3188823456766ed60bfed9bb
2 changes: 1 addition & 1 deletion tasks/general

0 comments on commit 8eadf5b

Please sign in to comment.