Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E test, fix #802 #863

Merged
merged 24 commits into from
Aug 9, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add back yarn, since changing install hook would not use yarn install…
… v1.9.4

[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
$ node ./node_modules/vscode/bin/install
Detected VS Code engine version: ^1.25.0
Found minimal version that qualifies engine range: 1.25.0
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/0f080e5267e829de46638128001aeb7ca2d6d50e/src/vs/vscode.d.ts
vscode.d.ts successfully installed!

Done in 0.91s. anymore
octref committed Aug 9, 2018
commit 390bff8e1ec16963990f39231cbf570496d4c33d
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ before_install:
fi

install:
- yarn
- cd server && yarn
- cd ..