forked from UniprJRC/FSDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
34 lines (32 loc) · 1.1 KB
/
Copy path.travis.yml
File metadata and controls
34 lines (32 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
language: minimal
jobs:
include:
- categoryName: "regression"
env: CATEGORY_TO_TEST=regression
- categoryName: "regressionTS"
env: CATEGORY_TO_TEST=regressionTS
- categoryName: "regressionLTSts"
env: CATEGORY_TO_TEST=regressionLTSts
- categoryName: "regressionEXT"
env: CATEGORY_TO_TEST=regressionEXT
- categoryName: "multivariate"
env: CATEGORY_TO_TEST=multivariate
- categoryName: "multivariate-clustering"
env: CATEGORY_TO_TEST=multivariate-clustering
- categoryName: "regression-clustering"
env: CATEGORY_TO_TEST=regression-clustering
- categoryName: "mixsim"
env: CATEGORY_TO_TEST=mixsim
- categoryName: "utilities"
env: CATEGORY_TO_TEST=utilities
- categoryName: "graphics"
env: CATEGORY_TO_TEST=graphics
- categoryName: "tclustMULT"
env: CATEGORY_TO_TEST=tclustMULT
- categoryName: "tclustMULTgpcm"
env: CATEGORY_TO_TEST=tclustMULTgpcm
dist: xenial
install:
- travis_wait 360
- wget -qO- --retry-connrefused https://storage.googleapis.com/matlabimagesus/public/install.sh | sudo -E bash
script: matlab -batch "run runAllMyTestsFS.m"