Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Merge branch 'develop' into feature/addCanvas
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
	client/js/uploader.basic.api.js
	client/js/version.js
  • Loading branch information
Ray Nicholus committed Oct 3, 2014
2 parents eb5b396 + f95fabd commit 3570500
Show file tree
Hide file tree
Showing 150 changed files with 21,704 additions and 2,538 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ hardcopy*
selenium.log*

pid.txt
sauce_connect.log*
lib/sauce/sauce-connect*

fine-uploader/
test/upload/*
Expand All @@ -34,3 +32,7 @@ test/_vendor*
node_modules/

bin/

build/

src
10 changes: 10 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"preset": "airbnb",

"disallowSpaceAfterObjectKeys": true,

"validateIndentation": 4,
"validateQuoteMarks": "\"",

"safeContextKeyword": ["self", "handler", "thisSignatureRequester", "controller"]
}
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ node_js:

env:
global:
- SAUCE_CONNECT_READY_FILE=/tmp/sauce-connect-ready
- LOGS_DIR=/tmp/fineuploader-build/logs
- SLIMERJSLAUNCHER=$(which firefox) DISPLAY=:99.0 PATH=$TRAVIS_BUILD_DIR/slimerjs:$PATH SLIMERJS_BIN=$TRAVIS_BUILD_DIR/slimerjs-0.9.0/slimerjs
- secure: |-
Expand Down Expand Up @@ -38,4 +37,6 @@ branches:
- develop
- /^feature.*$/
- /^hotfix.*$/

notifications:
slack:
secure: qb1LdOGlBVKCLxNi86tWrabIKs9TFa3ttpLIwu1vtEeh+R9XDeG32X89sM3a5CHRwLqkHwrs6JNcIC4qhTAKiUOiaPYPbv7PkZXX1GIuOPMBp20ghpnWA7QHv6SpmW4qDCTixZSzf0B0m97muzWm1VnotgRELbfKr9Cf/7h3jS0=
Loading

0 comments on commit 3570500

Please sign in to comment.