You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+56-34Lines changed: 56 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,66 @@ env:
7
7
- EMULATOR_API_LEVEL=21
8
8
- ANDROID_ABI=armeabi-v7a
9
9
- EMULATOR_NAME=runtime-emu
10
-
sudo: true
11
-
language: android
12
-
jdk:
13
-
- oraclejdk8
14
-
git:
15
-
submodules: false
10
+
11
+
matrix:
12
+
include:
13
+
- stage: "Static Binding Generator Parser Tests"
14
+
language: node_js
15
+
node_js: "6"
16
+
git:
17
+
submodules: false
18
+
script:
19
+
- cd android-static-binding-generator
20
+
- npm install && node run-tests
21
+
- cd ..
22
+
- stage: "Static Binding Generator Class Generator Tests"
23
+
language: android
24
+
jdk: oraclejdk8
25
+
git:
26
+
submodules: false
27
+
script:
28
+
- "android-static-binding-generator/project/staticbindinggenerator/gradlew test --project-dir android-static-binding-generator/project/staticbindinggenerator/"
0 commit comments