Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 4bd32b9

Browse files
authored
Merge pull request #43 from cryptic-game/experimental
Added requiring a special character in the sign-in password and updated Angular
2 parents 50be75b + 6c4c38d commit 4bd32b9

17 files changed

+2605
-3324
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@ jobs:
1919
services:
2020
- xvfb
2121
addons:
22-
apt:
23-
sources:
24-
- google-chrome
25-
packages:
26-
- google-chrome-stable
22+
chrome: stable
2723
script:
28-
- 'ng test --browsers PhantomJS --watch=false'
24+
- 'ng test --browsers ChromeHeadless --watch=false'
2925
- 'ng e2e'
3026
stages:
3127
- build

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8-alpine as builder
1+
FROM node:12-alpine as builder
22

33
MAINTAINER faq@cryptic-game.net
44

@@ -15,7 +15,7 @@ COPY . .
1515
RUN $(npm bin)/ng build --prod --build-optimizer
1616

1717

18-
FROM nginx:1.13.3-alpine
18+
FROM nginx:stable-alpine
1919

2020
EXPOSE 80
2121

File renamed without changes.

0 commit comments

Comments
 (0)