This repository was archived by the owner on Feb 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ language : java
2+ jdk : oraclejdk8
3+ branches :
4+ only : master
5+ install : true
6+ script : " .travis/build.sh"
7+ # after_success: ".travis/notify.sh Travis-Success"
8+ # after_failure: ".travis/notify.sh Travis-Failure"
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ set -e
3+
4+ dir=" $( dirname " $0 " ) "
5+ test " $TRAVIS_PULL_REQUEST " = false \
6+ -a " $TRAVIS_BRANCH " = master
7+
8+ # Build and install Beakerx base kernel (no artifact available for now)
9+ git clone --depth 1 https://github.com/twosigma/beakerx.git
10+ cd beakerx/kernel/base
11+ gradle publishToMavenLocal
12+ cd ../../../
13+
14+ mvn install
Original file line number Diff line number Diff line change 5656 </contributors >
5757
5858 <properties >
59- <package-name >jupyter-kernel-jsr223 </package-name >
59+ <package-name >scijava- jupyter-kernel</package-name >
6060 <license .licenseName>apache_2</license .licenseName>
6161 <license .copyrightOwners>Hadrien Mary</license .copyrightOwners>
6262 <netbeans .hint.license>apache20</netbeans .hint.license>
116116 <artifactId >junit</artifactId >
117117 <scope >test</scope >
118118 </dependency >
119-
120- <dependency >
121- <groupId >org.scijava</groupId >
122- <artifactId >scripting-jython</artifactId >
123- <version >0.4.1-SNAPSHOT</version >
124- <scope >test</scope >
125- </dependency >
126119
127120 </dependencies >
128121
You can’t perform that action at this time.
0 commit comments