Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit cda81f3

Browse files
committed
fixup! chore(travis): simplify and improve config
1 parent 204cb76 commit cda81f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ cache:
1212
- "$HOME/.npm"
1313

1414
before_install:
15-
- export DISPLAY=":99.0";
16-
- sh -e /etc/init.d/xvfb start;
15+
- export DISPLAY=":99.0"
16+
- sh -e /etc/init.d/xvfb start
1717

1818
install:
19-
- npm install;
19+
- npm install
2020

2121
script:
22-
- npm run test-single-run;
23-
- (npm start > /dev/null &) && npm run protractor;
22+
- npm run test-single-run
23+
- (npm start > /dev/null &) && npm run protractor

0 commit comments

Comments
 (0)