Skip to content

Commit

Permalink
version update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alisahinozcelik committed Nov 17, 2018
1 parent a268305 commit 01293df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ branches:
only:
- master
- /^(\d+\.){2}\d+$/
before_script:
- PATH=${PATH//:\.\/node_modules\/\.bin/}
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_success: npm run cover
before_deploy: npm run prepare-github-pages
before_deploy:
- npm run prepare-github-pages
- gtvu $TRAVIS_TAG --safe
deploy:
- provider: pages
skip-cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typings": "dist/index.d.ts",
"homepage": "https://gen-tech.github.io/scroll-manager",
"scripts": {
"prepublishOnly": "gtvu $TRAVIS_TAG && tsc",
"prepublishOnly": "tsc",
"document": "typedoc --out docs --excludeNotExported --excludePrivate --disableOutputCheck --gitRevision master",
"prepare-github-pages": "npm run document && echo \"\" > ./docs/.nojekyll",
"test": "karma start ./karma.conf.js --single-run",
Expand Down

0 comments on commit 01293df

Please sign in to comment.