Commit 72e76700af6e874f200cb645d7e018073d2bf6b9

Authored by Edmar Moretti
1 parent 351dfa50

--no commit message

pacotes/ol3/.editorconfig
... ... @@ -1,19 +0,0 @@
1   -root = true
2   -
3   -[*]
4   -indent_style = space
5   -indent_size = 2
6   -end_of_line = lf
7   -charset = utf-8
8   -trim_trailing_whitespace = true
9   -insert_final_newline = true
10   -
11   -[*.md]
12   -indent_size = 2
13   -
14   -[*.md]
15   -trim_trailing_whitespace = false
16   -
17   -[Makefile]
18   -indent_style = tab
19   -indent_size = 4
pacotes/ol3/.gitignore
... ... @@ -1,5 +0,0 @@
1   -*.pyc
2   -/build/
3   -/node_modules/
4   -/dist/
5   -/coverage/
pacotes/ol3/.jshintrc
... ... @@ -1,5 +0,0 @@
1   -{
2   - "-W030": true,
3   - "-W083": true,
4   - "-W069": true
5   -}
pacotes/ol3/.npmignore
... ... @@ -1,2 +0,0 @@
1   -*.pyc
2   -/build/
pacotes/ol3/.travis.yml
... ... @@ -1,16 +0,0 @@
1   -env:
2   - - DISPLAY=:99.0
3   -
4   -before_install:
5   - - "sudo pip install -r requirements.txt"
6   - - "npm install -g npm && npm install"
7   -
8   -before_script:
9   - - "rm src/ol/renderer/webgl/*shader.js"
10   - - "sh -e /etc/init.d/xvfb start"
11   -
12   -script: "make ci"
13   -
14   -after_success:
15   - - "make test-coverage"
16   - - "cat coverage/lcov.info | ./node_modules/.bin/coveralls"