We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ebff1 commit 3b5f808Copy full SHA for 3b5f808
.travis.yml
@@ -5,18 +5,11 @@ env:
5
- CODECLIMATE_REPO_TOKEN=$CC_TEST_REPORTER_ID
6
- CODACY_PROJECT_TOKEN=$CODACY_PROJECT_TOKEN
7
addons:
8
- apt:
9
- # update: true
10
- sources:
11
- - google-chrome
12
- packages:
13
- - google-chrome-stable
+ chrome: stable
14
language: node_js
15
node_js:
16
- stable
17
before_install:
18
- - npm i -g npm
19
- - npm i -g codecov
20
- npm i -g codeclimate-test-reporter
21
- npm i -g codacy-coverage
22
- npm i -g live-server@1
@@ -32,7 +25,6 @@ before_script:
32
25
- sh -e /etc/init.d/xvfb start
33
26
- sleep 3
34
27
after_success:
35
- - codecov -t $CODECOV_TOKEN
36
28
- codeclimate-test-reporter < 'coverage/lcov.info'
37
29
- cat coverage/lcov.info | codacy-coverage
38
30
- rm -r node_modules
0 commit comments