Skip to content

Commit a1bef03

Browse files
committed
origin version
1 parent 0f1fd00 commit a1bef03

File tree

340 files changed

+69849
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

340 files changed

+69849
-0
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
node_modules
2+
settings.json
3+
!settings.json.template
4+
APIKEY.txt
5+
SESSIONKEY.txt
6+
bin/abiword.exe
7+
bin/node.exe
8+
etherpad-lite-win.zip
9+
var/dirty.db
10+
bin/convertSettings.json
11+
*~
12+
*.patch
13+
src/static/js/jquery.js
14+
npm-debug.log
15+
*.DS_Store
16+
.ep_initialized
17+
*.crt
18+
*.key
19+
bin/etherpad-1.deb
20+
credentials.json
21+
out/

.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: node_js
2+
node_js:
3+
- "0.10"
4+
install:
5+
- "bin/installDeps.sh"
6+
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
7+
- "npm install ep_test_line_attrib"
8+
script:
9+
- "tests/frontend/travis/runner.sh"
10+
env:
11+
global:
12+
- secure: "WMGxFkOeTTlhWB+ChMucRtIqVmMbwzYdNHuHQjKCcj8HBEPdZLfCuK/kf4rG\nVLcLQiIsyllqzNhBGVHG1nyqWr0/LTm8JRqSCDDVIhpyzp9KpCJQQJG2Uwjk\n6/HIJJh/wbxsEdLNV2crYU/EiVO3A4Bq0YTHUlbhUqG3mSCr5Ec="
13+
- secure: "gejXUAHYscbR6Bodw35XexpToqWkv2ifeECsbeEmjaLkYzXmUUNWJGknKSu7\nEUsSfQV8w+hxApr1Z+jNqk9aX3K1I4btL3cwk2trnNI8XRAvu1c1Iv60eerI\nkE82Rsd5lwUaMEh+/HoL8ztFCZamVndoNgX7HWp5J/NRZZMmh4g="
14+
jdk:
15+
- oraclejdk6
16+
notifications:
17+
irc:
18+
channels:
19+
- "irc.freenode.org#etherpad-lite-dev"

0 commit comments

Comments
 (0)