Commit 72e76700af6e874f200cb645d7e018073d2bf6b9
1 parent
351dfa50
Exists in
master
and in
7 other branches
--no commit message
Showing
5 changed files
with
0 additions
and
47 deletions
Show diff stats
pacotes/ol3/.editorconfig
@@ -1,19 +0,0 @@ | @@ -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
pacotes/ol3/.jshintrc
pacotes/ol3/.npmignore
pacotes/ol3/.travis.yml
@@ -1,16 +0,0 @@ | @@ -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" |