Skip to content

Commit d45e1ff

Browse files
committed
Don't short-circuit spec tests
1 parent 2a9b62d commit d45e1ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ env:
99
script:
1010
- npm run lint
1111
- npm test
12-
- npm run spec
12+
- npm run spec-turtle
13+
- npm run spec-ntriples
14+
- npm run spec-nquads
15+
- npm run spec-trig
1316
- npm run docs
1417
after_success:
1518
- if [ "$TRAVIS_NODE_VERSION" == "$DEFAULT_NODE_VERSION" ]; then

0 commit comments

Comments
 (0)