File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,30 @@ language: java
2
2
sudo : false
3
3
jdk : openjdk8
4
4
5
+ addons :
6
+ apt :
7
+ packages :
8
+ - ruby
9
+ - nodejs
10
+
11
+ install : gem install faraday pry pp paint
12
+
5
13
branches :
6
14
except :
7
15
- /^add-.*/
8
16
9
- services :
10
- - postgresql
17
+ services : postgresql
11
18
12
19
before_script :
13
20
- psql -c 'CREATE DATABASE geekapk;' -U postgres
14
21
- psql -c "CREATE USER geekapk with password 'a1234567';" -U postgres
15
22
- psql -c "GRANT ALL PRIVILEGES ON DATABASE geekapk TO geekapk;" -U postgres
23
+ - chmod +x spectrum.rb
24
+ - ./spectrum.rb geekapk_v1b_api.geekspec json
25
+
26
+ script :
27
+ - ./spectrum.rb spectrum_geekapk_v1b_api.json show
28
+ - ./gradlew check
16
29
17
30
before_cache :
18
31
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
You can’t perform that action at this time.
0 commit comments