Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Optimisation numérique - Projet
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
toc
Etudiants N7
Optimisation numérique - Projet
Merge requests
!2
Feature/refonte
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Feature/refonte
feature/refonte
into
master
Overview
0
Commits
8
Changes
1
Closed
Olivier Cots
requested to merge
feature/refonte
into
master
3 years ago
Overview
0
Commits
8
Changes
1
Expand
0
0
Merge request reports
Viewing commit
ba3df466
Prev
Next
Show latest version
1 file
+
0
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ba3df466
Delete .travis.yml
· ba3df466
Olivier Cots
authored
3 years ago
.travis.yml deleted
100644 → 0
+
0
−
22
Options
language
:
julia
os
:
-
osx
-
linux
-
windows
julia
:
-
1.4
beofre_script
:
-
julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/TestOptinum.git"))'
notifications
:
email
:
false
jobs
:
include
:
-
stage
:
Documentation
julia
:
1.4
os
:
linux
script
:
-
julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
-
julia --project=docs --color=yes docs/make.jl
after_success
:
skip
Loading