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 5, 2019
1 parent db32f12 commit 554424c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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 global add @authenio/samlify-xsd-schema-validator
- yarn test

branches:
only:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"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",
"@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",
"@types/node": "^11.11.3",
"@types/node-forge": "^0.7.4",
"@types/uuid": "3.0.0",
Expand Down

0 comments on commit 554424c

Please sign in to comment.