Skip to content

Commit

Permalink
fix: npm api key
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 11, 2019
1 parent 179541b commit 0ef71fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
sudo: false
language: node_js
node_js:
- "8"
- '8'
cache:
yarn: true
directories:
- node_modules
- node_modules
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- yarn run lint
- yarn test
- yarn run lint
- yarn test
notifications:
email:
on_success: never
Expand All @@ -23,7 +23,7 @@ deploy:
provider: npm
email: [email protected]
api_key:
secure: sOTrDUIxh8U0gtCk5gVKEyPjxqahC5NVCOUbCRekD7euzX/o/fgiUajRXQaqFDyPK5kn40iu0gJF4j5yGtHLym+5G2FkxyhGltXmJFmxZHJlt5BwEvPWCLu85ieIV5qO5baNLNC+8GIh3Wtu9XLNQ6lB97DmAZxcBC44HAvOIno3vTeurVvg09bZM6IYISfAGUKUUNkb0ZMMXdlsfrdh8tRolnUkOkvE0McymBZzZqET6xJciPQWAsgqnUizrT3DXKT2ygZ65aZrcX3Oa/MH8NfZTiyjKmU3jRl81oHTwrj5v55wu8aZDrQDguiRiLoAtjjJFUxx5GU2K5XQn+JPYzM0A7pcnrwfHM12oGNwJvVDAYdP7WLwJlc4dEpMqhjGsJrtsxkgVEokmDGr0BBDdzahCQSgdwiymR/ognMuYmve9E6YxwWPnwSVsUet/lrKxWgLvq1IqJnXBfWwWTe05gcCQBe4D1KM/qGQqsC5rySzLXX4DihlliXfC1bodb3PzAHa8VrTup+Zz2GslKm6Ihz0IczTQIqDJAwDE2YaVCyaG945ArKm0nd+pS4uYrkSwk9SwmyIpgpIp5rGEn0zz1jbtFROgPT4iLHwIBnlL6LImUKd6IewyRzAILHhaIN3NX9XnNWKcxoevU781ze7vLRPWCKclYaM2V0e20gBLNE=
secure: o2k5C8p131oIc1qM65tb/Kjubg4re7mO15tZPq1zlzcZM1FRNq8cKPCBXUIbZg8NsBB64tcHFt1SI6buTHJCq1AAQg7VNEd8497C7IUo8A23lbbsehySdCH3HqtAtiwchkuAEVsg8B6oG6uIbTxR/FqDduU/dx4CznC2SoMpypuWWMqpGIfsEKM9F2+4VnoEj964Z7YRVFC3a8d/TZ8/uODVwmlm+5iPM/CmUvAU3PNESpOd7ldC7OrOhsm0jTEZC1hfD+Cuj1B9GZhN+SgPHjxTQn+aIR9A0f74FaPDx86NLV3CC7J3XTz4rEwfNYHz7MDJ/Dsv4p0IgPVrr+inXEC/bDESa0aKqL+VHNJsEk44wOvFOjGcZWksP/CZied25d1HMzEaolJtQ7nVH15/233MG3zuVd6aeTYStcS5ezVs+oxP98Am6kXu9uLznhRkT10sbAXL09SxtLAj0ALBp2RGv7G1zVAEedeJ+o54HatgDGYOvxnTiNg04q+sqSzBMTOCYYlfbZQrevwDJzuK3DFJL+13PAvpzEwf2xmHEk++i6fl9ye1bZcs8A1P+lGr3HvENPix7vcYy8SQz9s7lXBT5Rd5NzzXcQSUNafksBbMtLNpIdv8L5wRWKArg7H24hr2NYubGvibPQPMFDCoBuyBmLgkMSWiMpk2Rd+XBfI=
on:
tags: true
repo: darwin-education/resium

0 comments on commit 0ef71fa

Please sign in to comment.