Skip to content
Snippets Groups Projects
Commit 968133d4 authored by Henrik tom Woerden's avatar Henrik tom Woerden
Browse files

Merge branch 'testing_ci' into 'dev'

Testing ci

See merge request bmp-caosdb/caosdb-pyinttest!3
parents 4da8730a 98bbdbda
No related branches found
No related tags found
Loading
...@@ -21,17 +21,5 @@ ...@@ -21,17 +21,5 @@
# #
# ** end header # ** end header
# #
before_script: code_style:
- apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs script: "flake8 --count ."
- ruby -v
- which ruby
- gem install bundler --no-document
- bundle install --jobs $(nproc) "${FLAGS[@]}"
rspec:
script:
- bundle exec rspec
rubocop:
script:
- bundle exec rubocop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment