Skip to content

Commit fa5975f

Browse files
committed
Utilize a better way to access ajv-cli
1 parent a328ed1 commit fa5975f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ node_js:
55
- node
66
before_script:
77
- npm install ajv-cli
8-
- echo node ./node_modules/ajv-cli/index.js \"\$\@\" >> ajv
9-
- chmod +x ajv
10-
- PATH=".:$PATH"
8+
- PATH="./node_modules/.bin/:$PATH"
119
script:
1210
- bundle exec jekyll build
1311
- ajv test -s schema -d "_includes/person.json" --valid

0 commit comments

Comments
 (0)