Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update secure.
  • Loading branch information
hackerwins committed May 1, 2019
1 parent 9e0638a commit 2fdec0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -29,7 +29,6 @@ deploy:
addons:
sauce_connect:
username: 'summernoteis'
access_key:
secure: "E9Mq/lKN1xNA+PungEtlDEYqx5Dm52GPuvRMjZPkv5GiuFjof70CuqOIbqSh5YcDvn6/FmPlmlcZVNcXGzKkkSY9qqFpsbmsu2VXmbHlmpjr0Yhm7LQLoZYj+fmrO3WITai6yEyvb8cjGTjHhTjULDORJgC9U4DLfzju5OQFW0Q="
access_key: '3d57fd7c-72ea-4c79-8183-bbd6bfa11cc3'
after_success:
- npm run coveralls
2 changes: 2 additions & 0 deletions Gruntfile.js
Expand Up @@ -221,6 +221,8 @@ module.exports = function(grunt) {
sauceLabs: {
testName: 'unit tests for summernote',
startConnect: false,
username: 'summernoteis',
accessKey: '3d57fd7c-72ea-4c79-8183-bbd6bfa11cc3',
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER,
build: process.env.TRAVIS_BUILD_NUMBER,
tags: [process.env.TRAVIS_BRANCH, process.env.TRAVIS_PULL_REQUEST],
Expand Down
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -22,7 +22,6 @@
"dist": "grunt dist",
"start": "grunt server",
"lint": "eslint src/js plugin lang test Gruntfile.js",
"download:selenium": "if [ ! -e test/libs/selenium-server-standalone.jar ]; then wget http://selenium-release.storage.googleapis.com/3.6/selenium-server-standalone-3.6.0.jar -O test/libs/selenium-server-standalone.jar; fi",
"test": "karma start karma.conf.js --single-run",
"test:watch": "karma start karma.conf.js",
"test:travis": "grunt test-travis --verbose",
Expand Down Expand Up @@ -61,7 +60,6 @@
"grunt-exec": "^3.0.0",
"grunt-karma": "^3.0.1",
"grunt-recess": "^1.0.1",
"grunt-saucelabs": "^9.0.0",
"grunt-webfont": "^1.7.2",
"husky": "^1.2.1",
"jquery": "^3.3.1",
Expand Down

0 comments on commit 2fdec0c

Please sign in to comment.