Skip to content

Commit

Permalink
Fix the travis pipeline for automated testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tngan committed Jul 7, 2019
1 parent db32f12 commit 0e61500
Show file tree
Hide file tree
Showing 3 changed files with 670 additions and 67 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ env:
before_install:
- if [[ "$INSTALL_JDK" == "1" ]] ; then make install_jdk ; fi

install:
- yarn install --production=true

script:
- npm install @authenio/samlify-xsd-schema-validator
- npm test
- yarn add @authenio/samlify-xsd-schema-validator
- yarn test

branches:
only:
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@
"xmldom": "^0.1.27",
"xpath": "^0.0.27"
},
"devDependencies": {
"@authenio/samlify-xsd-schema-validator": "^1.0.2",
"@authenio/samlify-validate-with-xmllint": "^1.0.1",
"@authenio/samlify-node-xmllint": "^1.0.1",
"peerDependencies": {
"@authenio/samlify-libxml-xsd": "^1.0.1",
"@authenio/samlify-node-xmllint": "^1.0.1",
"@authenio/samlify-validate-with-xmllint": "^1.0.1",
"@authenio/samlify-xsd-schema-validator": "^1.0.2"
},
"devDependencies": {
"@types/node": "^11.11.3",
"@types/node-forge": "^0.7.4",
"@types/uuid": "3.0.0",
Expand Down
Loading

0 comments on commit 0e61500

Please sign in to comment.