This website works better with JavaScript.
Home
Esplora
Aiuto
Accedi
npm
/
react-native-navigation
Segui
11
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
Sfoglia il codice sorgente
trying jdk8
Daniel Zlotin
8 anni fa
parent
1866fa3bf9
commit
df16edbaa1
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
3
0
.travis.yml
+ 3
- 0
.travis.yml
Vedi File
@@ -2,6 +2,9 @@ language: node_js
2
2
node_js:
3
3
- "node"
4
4
5
+jdk:
6
+ - oraclejdk8
7
+
5
8
git:
6
9
depth: 3
7
10