This website works better with JavaScript
Home
Explore
Help
Sign In
golang
/
goja
mirror of
https://github.com/dop251/goja
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Added go 1.14 build (as it's currently our officially minimum required version)
Dmitry Panov
4 years ago
parent
65d24f7432
commit
101e13ab2c
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
.travis.yml
+ 1
- 0
.travis.yml
View File
@@ -1,6 +1,7 @@
language: go
language: go
go:
go:
- 1.x
- 1.x
+ - 1.14.x
arch:
arch:
- amd64
- amd64