Skip to content

Commit e1acd21

Browse files
committed
sigh
1 parent d96d20d commit e1acd21

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ before_install:
1616
before_script:
1717
- npm install
1818
script:
19-
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then gulp ci; else gulp pr; fi
19+
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then gulp ci; else gulp test-pr; fi

0 commit comments

Comments
 (0)