Skip to content

Commit 1e0bdcd

Browse files
committed
Added before script back
1 parent 59b8f24 commit 1e0bdcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ git:
2020
notifications:
2121
email: false
2222

23+
# Before we run scripts
24+
before_script:
25+
- go get -u golang.org/x/lint/golint
26+
2327
# Run all scripts
2428
script:
2529
- golint

0 commit comments

Comments
 (0)