projects
/
josuexyz
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
primera implementacion correcta de Bulma
[josuexyz/.git]
/
node_modules
/
iconv-lite
/
.travis.yml
1
sudo: false
2
language: node_js
3
node_js:
4
- "0.10"
5
- "0.11"
6
- "0.12"
7
- "iojs"
8
- "4"
9
- "6"
10
- "8"
11
- "node"
12
13
14
env:
15
- CXX=g++-4.8
16
addons:
17
apt:
18
sources:
19
- ubuntu-toolchain-r-test
20
packages:
21
- gcc-4.8
22
- g++-4.8
23