Skip to content

Commit dd2a778

Browse files
tstirrat15edorivai
authored andcommitted
move travis.yml to use yarn
1 parent 318a5f2 commit dd2a778

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
language: node_js
22
node_js: node
3-
cache: npm
3+
cache: yarn
44
env:
55
- TEST_ENV=cjs BUILD_ENV=cjs
66
- TEST_ENV=umd BUILD_ENV=umd
77
- TEST_ENV=source
88
before_script:
99
- ([[ -z "$BUILD_ENV" ]] || npm run build)
1010
script:
11-
- npm run lint
12-
- npm test
13-
- npm run testTypes
11+
- yarn run lint
12+
- yarn test
13+
- yarn run testTypes
1414
jobs:
1515
include:
1616
- stage: Release

0 commit comments

Comments
 (0)