mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: use precise
This commit is contained in:
parent
5a096da1aa
commit
481528f492
1 changed files with 3 additions and 4 deletions
|
|
@ -15,8 +15,7 @@
|
|||
|
||||
language: java
|
||||
|
||||
dist: trusty
|
||||
sudo: required
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
apt: true
|
||||
|
|
@ -29,12 +28,12 @@ cache:
|
|||
- zeppelin-web/bower_components
|
||||
|
||||
addons:
|
||||
chrome: beta
|
||||
apt:
|
||||
sources:
|
||||
- r-packages-trusty
|
||||
- r-packages-precise
|
||||
packages:
|
||||
- r-base-dev
|
||||
- google-chrome-beta
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
|||
Loading…
Reference in a new issue