Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit a4eb465

Browse files
committed
.travis.yml
1 parent 6fe6015 commit a4eb465

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_install:
2929
install:
3030
- npm install
3131
script:
32-
- if [ "$BUILD" = "true" ]; then npm run build ; fi
33-
- if [ "$BUILD" = "true" ]; then npm run deploy ; fi
34-
- if [ "$BUILD" = "true" ]; then npm run dist; fi
35-
- if [ "$TEST" = "true"] && [ "$TRAVIS_BRANCH" != "development" ]; then npm test ; fi
32+
- if [[ "$BUILD" = "true" ]]; then npm run build ; fi
33+
- if [[ "$BUILD" = "true" ]]; then npm run deploy ; fi
34+
- if [[ "$BUILD" = "true" ]]; then npm run dist ; fi
35+
- if [[ "$TEST" = "true" && "$TRAVIS_BRANCH" != "development" ]]; then npm test ; fi

0 commit comments

Comments
 (0)