Skip to content

Commit 05f0f8a

Browse files
authored
Create .travis.yml
1 parent 9e4df10 commit 05f0f8a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
services:
2+
- docker
3+
addons:
4+
organization: 'inseefrlab'
5+
script:
6+
- docker build -t inseefrlab/rstudio-gpu .
7+
deploy:
8+
skip_cleanup: true
9+
provider: script
10+
script:
11+
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
12+
&& docker push inseefrlab/rstudio-gpu
13+
on:
14+
branch: master

0 commit comments

Comments
 (0)