Skip to content

Commit 9aaa160

Browse files
rwestmjohnson541
authored andcommitted
Remove testing from travis (it's now on Github Actions)
This just leaves the deploy, and I'm not sure if it works.
1 parent 047e31c commit 9aaa160

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

.travis.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
- secure: Y4tbLIssPDkRQZp2lLUtou/YZr3APmhfD3o3tUcv1mqveeg6NBYZ8o6bLSULO3wdm88s1sug23VbP+Gt74XN4Ylbt4GjhKkOxvd+Vut7dR0o0cxsH372AWHYPicCOkuYAfeDK5cqxeXkGibHW1eBdduAAT82wcW5NcD9USyv9ig=
1010

1111
stages:
12-
- test
1312
- name: deploy
1413
if: branch = stable AND type = push
1514

@@ -23,30 +22,10 @@ before_install:
2322
# Update conda
2423
- conda update --yes conda
2524
- conda info -a
26-
# Set git info
27-
- git config --global user.name "Travis Deploy"
28-
- git config --global user.email "rmg_dev@mit.edu"
25+
2926

3027
jobs:
3128
include:
32-
- stage: test
33-
install:
34-
# This is the RMG-database project, so need to fetch RMG-Py
35-
- git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git
36-
- cd RMG-Py
37-
- conda env create -q -f environment.yml
38-
- source activate rmg_env
39-
- conda list
40-
# Install Q2DTor
41-
- git clone -b arkanepy3 https://github.com/mjohnson541/Q2DTor.git external/Q2DTor
42-
- make
43-
script:
44-
- make test-unittests
45-
- make test-functional
46-
- make test-database
47-
after_success:
48-
- cd $TRAVIS_BUILD_DIR
49-
- bash ./deploy.sh
5029
- stage: deploy
5130
install:
5231
# Setup conda build

0 commit comments

Comments
 (0)