Skip to content
Snippets Groups Projects
Commit f275e7b8 authored by Mccaskey, Alex's avatar Mccaskey, Alex Committed by GitHub
Browse files

Update .travis.yml

parent a6fff090
No related branches found
No related tags found
No related merge requests found
......@@ -4,16 +4,7 @@ services:
- docker
before_install:
- docker pull hello-world
- docker run
--detach --tty
--name=test-machine
--volume ${TRAVIS_BUILD_DIR}:/scratch/source/xacc
--env TRAVIS_PULL_REQUEST=${TRAVIS_PULL_REQUEST}
--env CTEST_BUILD_NAME="$(curl -s https://raw.githubusercontent.com/ORNL-CEES/Cap/master/docker/get_build_info.sh | bash)"
hello-world
- docker build -t xacc/xacc-fedora -f docker/fedora/Dockerfile
- docker ps -a
- env
script:
- echo "Hello World"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment