Skip to content

Commit 1d0c512

Browse files
authored
Merge pull request #934 from Coder-256/temp-test-fix
Fix E2E Tests
2 parents babfec3 + adb71f4 commit 1d0c512

File tree

6 files changed

+369
-397
lines changed

6 files changed

+369
-397
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
node_js: 8
66

77
before_install:
8-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
8+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3
99
- export PATH=$HOME/.yarn/bin:$PATH
1010
- if [ $TRAVIS_OS_NAME == "linux" ]; then
1111
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prepush": "npm run test:server",
1616
"lint": "tslint -p tslint.json",
1717
"test:server": "cd server && npm run compile && npm test",
18-
"test:e2e": "sh ./test/e2e.sh",
18+
"test:e2e": "./test/e2e.sh",
1919
"test": "run-s lint compile test:server test:e2e",
2020
"docs": "bash ./build/update-docs.sh",
2121
"postinstall": "node ./node_modules/vscode/bin/install"

0 commit comments

Comments
 (0)