Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerchi committed Jan 20, 2017
1 parent d2b6e7e commit eb58e67
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
language: go

go:
- 1.6
- 1.6

before_install:
- echo before install....
- echo before install....

install:
- echo installing....
- echo installing....

after_install:
- echo after install....
- echo after install....

before_script:
- echo before script....
- echo before script....

after_script:
- echo after script....
- echo after script....

script:
- echo scriptiing....
- echo scriptiing....

0 comments on commit eb58e67

Please sign in to comment.