Skip to content

Commit fd353de

Browse files
committed
remove the build step, not needed
1 parent 24157d0 commit fd353de

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ install:
2020

2121
jobs:
2222
include:
23-
- stage: Build
24-
script:
25-
- yarn run build
26-
2723
- stage: Lint
2824
script:
2925
- yarn run lint
3026

3127
- stage: Test
3228
script:
33-
- yarn run test
29+
- yarn run test

0 commit comments

Comments
 (0)