Skip to content

Commit 0e61500

Browse files
committed
Fix the travis pipeline for automated testing
1 parent db32f12 commit 0e61500

File tree

3 files changed

+670
-67
lines changed

3 files changed

+670
-67
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ env:
1212
before_install:
1313
- if [[ "$INSTALL_JDK" == "1" ]] ; then make install_jdk ; fi
1414

15+
install:
16+
- yarn install --production=true
17+
1518
script:
16-
- npm install @authenio/samlify-xsd-schema-validator
17-
- npm test
19+
- yarn add @authenio/samlify-xsd-schema-validator
20+
- yarn test
1821

1922
branches:
2023
only:

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@
4343
"xmldom": "^0.1.27",
4444
"xpath": "^0.0.27"
4545
},
46-
"devDependencies": {
47-
"@authenio/samlify-xsd-schema-validator": "^1.0.2",
48-
"@authenio/samlify-validate-with-xmllint": "^1.0.1",
49-
"@authenio/samlify-node-xmllint": "^1.0.1",
46+
"peerDependencies": {
5047
"@authenio/samlify-libxml-xsd": "^1.0.1",
48+
"@authenio/samlify-node-xmllint": "^1.0.1",
49+
"@authenio/samlify-validate-with-xmllint": "^1.0.1",
50+
"@authenio/samlify-xsd-schema-validator": "^1.0.2"
51+
},
52+
"devDependencies": {
5153
"@types/node": "^11.11.3",
5254
"@types/node-forge": "^0.7.4",
5355
"@types/uuid": "3.0.0",

0 commit comments

Comments
 (0)