Skip to content

Commit

Permalink
CI: update path to engine262
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Apr 26, 2021
1 parent f849ee3 commit 0a2e9d9
Show file tree
Hide file tree
Showing 2 changed files with 2,127 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install: |
}
function install_engine262 {
git clone https://github.com/devsnek/engine262.git;
git clone https://github.com/engine262/engine262.git;
cd engine262 && npm install && npm run build && npm link;
cd $TRAVIS_BUILD_DIR;
}
Expand Down

0 comments on commit 0a2e9d9

Please sign in to comment.