Skip to content

Commit 106fdf7

Browse files
Merge pull request #2 from patil-ashutosh/test
Change .travis.yaml name from .travis.yml
2 parents 10bfbdb + 7bb8a32 commit 106fdf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yaml renamed to .travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ os:
33
- linux
44
- osx
55
go:
6-
- 1.15.x
6+
- 1.14.x
77
before_install:
88
- go build -v github.com/patil-ashutosh/RegexUtility/regex
99
script:
10-
- go test -v ./...
10+
- go test -v ./...

0 commit comments

Comments
 (0)