Skip to content

Commit c6c356b

Browse files
committed
fixed script
1 parent e29cf4e commit c6c356b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ env:
2020
before_install: cd packages/optimizely-sdk
2121
install:
2222
- npm install
23-
- npm run install-packages
24-
- npm run tsc
2523
addons:
2624
srcclr: true
2725
script: npm test
@@ -55,3 +53,8 @@ jobs:
5553
- stage: Cross-browser and umd unit tests
5654
node_js: '8'
5755
script: npm run test-ci
56+
- stage: Test
57+
before_install: skip
58+
before_script:
59+
- npm run install-packages
60+
- npm run tsc

0 commit comments

Comments
 (0)