Skip to content

Commit ff8aa1c

Browse files
committed
reenable tests on Linux, see if it works
1 parent ac408ba commit ff8aa1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ install:
2626
- npm run vscode:prepublish
2727

2828
script:
29-
# VS Code 1.36.1 fails to start on Linux for an unknown reason.
30-
- if [[ "$TRAVIS_OS_NAME" != "linux" ]]; then npm test --silent; fi
29+
- npm test --silent
3130

3231
before_deploy:
3332
- npm install -g vsce

0 commit comments

Comments
 (0)