Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

Commit a1fa6e1

Browse files
committed
Fix gopherjs tests under Travis
1 parent 491e2f5 commit a1fa6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ install:
2222
script:
2323
- cd /tmp/work
2424
- GOOS=js GOARCH=wasm go test github.com/gopherjs/gopherwasm/js/...
25-
- gopherjs test github.com/gopherjs/gopherjs/js/...
25+
- gopherjs test github.com/gopherjs/gopherwasm/js/...

0 commit comments

Comments
 (0)