Skip to content

Commit

Permalink
all: setup basic travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kostya-sh committed Oct 9, 2017
1 parent 78b3c34 commit e1001ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sudo: false

language: go

go_import_path: github.com/google/skylark

go:
- 1.9.x
- master

0 comments on commit e1001ae

Please sign in to comment.