Skip to content

Commit

Permalink
Fixed tc39 tests run in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dop251 committed Jan 11, 2021
1 parent f906d39 commit 952c20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tc39_test262_checkout.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
sha=1ba3a7c4a93fc93b3d0d7e4146f59934a896837d # this is just the commit it was last tested with
sha=ddfe24afe3043388827aa220ef623b8540958bbd # this is just the commit it was last tested with
mkdir -p testdata/test262
cd testdata/test262
git init
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ script:
- diff -u <(echo -n) <(gofmt -d .)
- go vet .
- bash .tc39_test262_checkout.sh
- go test -short $RACE ./...
- go test $RACE ./...

0 comments on commit 952c20e

Please sign in to comment.