Skip to content

Commit c4b221e

Browse files
author
Dilawar Singh
committed
Developers emails are back in travis config file.
1 parent 31ae469 commit c4b221e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ matrix:
1111
osx_image: xcode11.3
1212

1313
notifications:
14-
email:
15-
recipients:
16-
17-
on_success: change
18-
on_failure: always
14+
email:
15+
recipients:
16+
17+
18+
19+
on_success: change
20+
on_failure: always
1921

2022
addons:
2123
apt:

devel/docker/travis/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN apt update && apt install -y cmake gcc g++ make valgrind \
1313
python-dev python3-dev \
1414
&& rm -rf /var/lib/apt/lists/*
1515

16+
RUN python2 -m pip --no-cache-dir install pyneuroml python-libsbml
17+
RUN python3 -m pip --no-cache-dir install pyneuroml python-libsbml
1618
WORKDIR /root
1719
RUN ls -ltrah
1820
COPY . moose-core/

0 commit comments

Comments
 (0)