Skip to content

Commit

Permalink
Update dependencies and tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
erbridge committed Mar 26, 2016
1 parent c5203fc commit 200626c
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 22 deletions.
19 changes: 14 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
os:
- osx
- linux

sudo: required

language: go

go: 1.5.1
matrix:
include:
- go: 1.5
os: linux
env: REPORT_COVERAGE=false
- go: 1.5
os: osx
env: REPORT_COVERAGE=false
- go: tip
os: linux
env: REPORT_COVERAGE=true
- go: tip
os: osx
env: REPORT_COVERAGE=false

addons:
apt:
Expand Down
45 changes: 45 additions & 0 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 19 additions & 16 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
package: github.com/limetext/lime-qml
import:
- package: github.com/limetext/lime-backend
ref: 2c5030159bc2d5743904274e45c3cd0563dcc184
- flatten: true
package: github.com/limetext/gopy
ref: 953f768831d5f6389aacdc9c016ff2fb8c2ca579
- package: github.com/limetext/log4go
ref: 2aba105a605a9ebe476f35d7610704e4e723d4ab
- package: github.com/limetext/rubex
ref: 3fc130e580797e3d9c6fdab36e6a961141f9fd5f
- flatten: true
package: github.com/limetext/text
ref: d6b8f8c60fe38232a5b59388bbba0f3802c182e9
- package: gopkg.in/fsnotify.v0
ref: ea925a0a47d225b2ca7f9932b01d2ed4f3ec74f6
- package: gopkg.in/qml.v1
ref: 2ee7e5ff737026a4dfa89801fac63561279040f4
- package: github.com/limetext/gopy
subpackages:
- lib
- package: github.com/limetext/lime-backend
subpackages:
- lib
- lib/commands
- lib/keys
- lib/log
- lib/render
- lib/sublime
- lib/textmate
- lib/util
- package: github.com/limetext/text
- package: gopkg.in/fsnotify.v0
- package: gopkg.in/qml.v1
excludeDirs:
- tasks
- packages
2 changes: 1 addition & 1 deletion tasks/general

0 comments on commit 200626c

Please sign in to comment.