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: _pages/develop/travis.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ section: Extend:Development:Tools
5
5
6
6
{% include img src='logos/travis' align='right' width=150 caption='**Travis CI:** Build your code in the cloud!' %}
7
7
8
+
[SciJava CI has migrated from Travis CI to Github Actions](https://forum.image.sc/t/scijava-ci-migration-from-travis-ci-to-github-actions/57573). Go to the [Github Actions](https://imagej.net/develop/github-actions) page for configuration instructions. Repositories configured to use Travis CI are easily migrated by following the instructions on the [Github Actions](https://imagej.net/develop/github-actions) page. The [github-actionify.sh script](https://github.com/scijava/scijava-scripts/blob/main/github-actionify.sh) performs the migration automatically.
9
+
8
10
[Travis CI](https://travis-ci.org/) is a tool for [continuous integration](/develop/project-management#continuous-integration). It has excellent integration with [GitHub](/develop/github), and is very useful for automating builds, deployment and other tasks.
0 commit comments