Skip to content

Commit

Permalink
improve travis use
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychopoulet committed Feb 5, 2021
1 parent ad81f83 commit 70b472c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ node_js:
- "12"
- "14"
install:
- "npm install -g typescript"
- "npm install"
script: "npm run-script ci"
2 changes: 1 addition & 1 deletion test/0_compilation_typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("compilation typescript", () => {

it("should compile typescript file", (done) => {

exec("tsc " + join(__dirname, "typescript", "compilation.ts"), {
exec("npx tsc " + join(__dirname, "typescript", "compilation.ts"), {
"cwd": join(__dirname, ".."),
"windowsHide": true
}, (err) => {
Expand Down

0 comments on commit 70b472c

Please sign in to comment.